Package-level declarations

Types

Link copied to clipboard

A custom parameter that can be provided for connection.

Link copied to clipboard
abstract class DeviceConnector

Identifies device connection providers.

Link copied to clipboard
interface DeviceModel

Represents a device model, which can either be a drone or a remote control model.

Link copied to clipboard
abstract class DeviceState
Device state information.
Link copied to clipboard

A generic drone. This is the base class to manage a specific drone.

Link copied to clipboard
abstract class DroneListEntry
An entry of the drone list returned by getDroneList.
Link copied to clipboard

A generic remote control. This is the base class to manage a specific remote control.

Link copied to clipboard
abstract class RemoteControlListEntry
An entry of the remote control list returned by getRemoteControlList.